home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / util / cli / WOIST.lha / WoIst / WoIst.doc < prev    next >
Text File  |  1995-04-09  |  2KB  |  55 lines

  1.  
  2.                                    WoIst
  3.                                    ~~~~~
  4.  
  5. (Note: WoIst is German for "WhereIs")
  6.  
  7. Written 1994, 95 by Thomas Ansorge, Dinkelackerring 55, 67435 Neustadt,
  8. Germany, EUROPE.
  9.  
  10. "WoIst" consists of the executable WoIst, its locale files, its
  11. documentation, and its source code.
  12.  
  13. WoIst is Freeware, meaning that use and copying is free, but all other
  14. rights remain at the author, me.
  15.  
  16. DISCLAIMER:  WOIST SOFTWARE IS PROVIDED "AS-IS" AND SUBJECT TO CHANGE; NO
  17. WARRANTIES ARE MADE.  ALL USE IS AT YOUR OWN RISK.  NO LIABILITY OR
  18. RESPONSIBILITY IS ASSUMED.
  19.  
  20. Hardware required:  WoIst needs at least Kickstart 2.04/WB 2.1 (locale
  21. library!) and a 68000 to run, but could be tested and debugged only on a
  22. A4000 with Kickstart 3.1.  Be careful with Kickstart less than 3.1.
  23.  
  24. Ok, it's time to tell you what WoIst does. Simple: WoIst is a cli-only tool
  25. that looks beginning in the current directory recursively downwards for
  26. directory entries matching a given pattern.
  27.  
  28. Template: PATTERN/A,ND=NODIRS/S,NF=NOFILES/S,NO=NAMESONLY/S,SINCE/K,UPTO/K,
  29. TIME/K
  30.  
  31. PATTERN: what to look for (#?.c, for example)
  32.  
  33. NODIRS: don't find directories
  34.  
  35. NOFILES: don't find files
  36.  
  37. NAMESONLY: show only the path and name of found dierctory entries and
  38. nothing else (like a few statistics)
  39.  
  40. SINCE: find only entries that are not older than a given date 
  41. (SINCE 01-Apr-95, for example)
  42.  
  43. UPTO: find only entries that are not younger than a given date 
  44. (UPTO 01-Apr-95, for example)
  45.  
  46. TIME: specify a time for SINCE or UPTO (TIME 12:00:00, for example)
  47. If no TIME is given, SINCE assumes 00:00:00 and UPTO assumes 23:59:59.
  48.  
  49. Note that SINCE and UPTO are mutually exclusive; if you specify both, UPTO
  50. will be ignored.
  51.  
  52. Greetings to my beta-testers Michael Weber and Stephan Fuhrmann.
  53.  
  54. Have a nice searching! Th. :-})
  55.